Pin all actions that are not currently pinned- #2346 - #10234
Merged
Alexander Holstrup (aholstrup1) merged 1 commit intoAug 14, 2026
Conversation
Alexander Holstrup (aholstrup1)
deployed
to
triage
August 13, 2026 13:51 — with
GitHub Actions
Active
Jonas Blunck (jonasblunck)
approved these changes
Aug 14, 2026
spetersenms
approved these changes
Aug 14, 2026
Alexander Holstrup (aholstrup1)
enabled auto-merge
August 14, 2026 07:40
Contributor
|
Issue #2346 is not valid. Please make sure you link an issue that exists, is open and is approved. |
Alexander Holstrup (aholstrup1)
deleted the
private/aholstrup/action_pinning
branch
August 14, 2026 09:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Supply-chain hardening: pin all GitHub Actions that were not already pinned to full-length commit SHAs (with version comments) across BCApps workflows and composite actions. Also adds a 7-day dependabot cooldown so pinned-action bumps are batched.
Linked work
AB#646795
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
Workflow/action edits only — replaced floating action version tags with pinned commit SHAs. Verified each pinned SHA resolves to the intended version tag.
Risk & compatibility
None — no product code changes; CI workflows continue to reference the same action versions, now pinned to immutable SHAs.